Add gpsbabel-onepage.html target to create the HTML doc as one big file.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 20 Jun 2006 22:49:58 +0000 (22:49 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 20 Jun 2006 22:49:58 +0000 (22:49 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2170 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/Makefile.in

index 13829c549faee12990cc79e9026554d23655f020..e1f34ce123d3163c57aac2830401b7ecff7acda8 100644 (file)
@@ -137,6 +137,15 @@ $(WEB)/htmldoc-$(DOCVERSION)/readme.html: FORCE
         xmldoc/readme.xml
        tools/mkcapabilities
 
+gpsbabel-onepage.html: FORCE
+       xsltproc \
+         --stringparam toc.section.depth "1" \
+         --stringparam html.stylesheet \
+         "http://www.gpsbabel.org/style3.css" \
+         http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl \
+       xmldoc/readme.xml > $@ || rm $@
+
+
 readme.txt: readme.html
        lynx -nolist -dump readme.html  > $@